home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ppppcccclllloooossss((((3333GGGG)))) ppppcccclllloooossss((((3333GGGG))))
-
-
-
- NNNNAAAAMMMMEEEE
- ppppcccclllloooossss - closes a filled polygon
-
- CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
- vvvvooooiiiidddd ppppcccclllloooossss(((())))
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
- _n_o_n_e
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- ppppcccclllloooossss closes a filled polygon that has been created by using ppppmmmmvvvv and a
- sequence of ppppddddrrrr calls (or rrrrppppmmmmvvvv and rrrrppppddddrrrr calls). It is not needed when
- using ppppoooollllyyyy or ppppoooollllffff because these procedures close the polygon within
- their own routines. ppppcccclllloooossss closes the polygon by connecting the last
- point with the first. The polygon so defined is filled using the current
- pattern, color, and writemask. For example, the following sequence draws
- a filled square:
-
- pmv(0.0, 0.0, 0.0);
- pdr(1.0, 0.0, 0.0);
- pdr(1.0, 1.0, 0.0);
- pdr(0.0, 1.0, 0.0);
- pclos();
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- bgnpolygon, endpolygon, pdr, pmv, v
-
- NNNNOOOOTTTTEEEESSSS
- ppppcccclllloooossss should not be used in new development. Rather, polygons should be
- drawn using the high-performance vvvv commands, surrounded by calls to
- bbbbggggnnnnppppoooollllyyyyggggoooonnnn and eeeennnnddddppppoooollllyyyyggggoooonnnn.
-
- There can be no more than 256 vertices in a polygon. Therefore, there
- can be no more than 255 ppppddddrrrr calls between ppppmmmmvvvv and ppppcccclllloooossss.
-
- Be careful not to confuse ppppcccclllloooossss with the IRIX system call _p_c_l_o_s_e, which
- closes an IRIX pipe.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-